#toTop { 
    width: 100px; 
    background: #c81010; 
    text-align: center; 
    padding: 15px; 
    border-radius: 10px; 
    font-family: Light;
    position: fixed; 
    bottom: 15px; 
    left: 15px; 
    z-index: 3; 
    cursor: pointer; 
    display: none; 
    color: #fff; 
    font-size: 12px;
    border: 2px solid #fff;
}
.pi-instablock{
    flex: 0 0 60%;
}
.inst-btn-call{
    display:flex;
    justify-content: flex-end;
}

.instagsram{
    height:51px;
    width:51px;
    background: linear-gradient(90deg,#444 0,#666 100%);
    margin-right:5px;
    display:flex;
}

.instagsram svg{
    fill:#fff;
    height:20px;
    margin:auto;
}

body{
    /*background-image: url(/site/img/bg2.png);*/
}

.breadcrums a{
    font-size:13px;
    font-family: Light;
    color:inherit;
    font-weight: bold;
}
.breadcrums{
    font-size:13px;
    font-family: Light;
    font-weight: bold;
}
.breadcrums span{
    font-size:13px;
    font-family: Light;
    font-weight: bold;
}

.main-menu .content{
    overflow: inherit;
}

.flexer{
    display:flex;
    justify-content:space-between;
}

.conte{
    color:#fff;
}

@media (max-width: 650px){
    .flexer{
        display:block;
    }
    .flexer .menu + .menu{
        margin-top:30px;
    }
    .conte{
        margin-top:30px;
    }
}

.flexer li{
    display:block;
}

.flexer li a{
    color:#fff;
    text-decoration:none;
}

.nuew{
    font-family: Light;
    color:#fff;
    font-size:20px;
    display:block;
    margin-bottom:5px;
    font-weight: bold;
}

.mobile{
    display:none;
}

.grid-articles{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}

.grid-articles .card-item{
    width:100%;
    margin-bottom: 0px;
}



footer .wrapper{
    background: #012445;
}

@media (max-width:550px){
    h1{
        font-size: 1.7rem !important;
    }
    .mobile{
        padding-left:15px;
        display:block;
        margin-top:20px;
        padding-bottom:20px;
    }
    .main-menu{
        overflow:auto;
    }
    .main-menu{
        height:calc(100vh - 80px);
        
    }
}

.first_sec_review{
    padding-top:50px;
}

.two_sec_review{
    padding-top:50px;
}

.text_review{
    margin-top:50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.text_review .recal{
    padding:20px;
    background:#f8fcff;
    box-shadow: 0 0 20px rgba(9,72,133,0.1);
}

.text_review .autor{
    font-family: Light;
    font-size:20px;
    margin-bottom:5px;
    font-weight: bold;
}

.text_review .data{
    font-size:13px;
    margin-bottom:15px;
}

.text_review .comment{
    white-space: pre-wrap;
    font-size:15px;
    line-height:1.6em;
}


.subhead{
    margin-bottom:30px;
}

.recal-form form{
    max-width:400px;
}

.content [type="text"]{
    display:block;
    width:100%;
    border:1px solid #f3f3f3;
    background:#fff;
    padding:10px;
    font-size:16px;
}

.content textarea{
    display:block;
    min-height:150px;
    padding:10px;
    font-size:16px;
    margin-top:15px;
    width:100%;
    border:1px solid #f3f3f3;
    resize:vertical;
}

.wrapper_captcha{
    display:flex;
    margin-top:15px;
    margin-bottom:15px;
}

#c_send_otziv{
    padding: 15px 20px;
    color:#fff;
    display:inline-block;
    cursor:pointer;
    text-align: center;
    position: relative;
    z-index: 2;
    height: auto;
    font-size: 14px;
    background: #c81010;
    font-family: Light;
    text-transform: uppercase;
}

#c_send_otziv:hover{
    background: #333;
}


@media (max-width:750px){
.text_review{
    grid-template-columns: repeat(1, 1fr);
}
}



.job_review{
    margin-top:50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.job_review .card{
    background:#f9f9f9;
    padding:15px;
    display: grid;
    grid-template-columns: 200px auto;
    grid-gap: 15px;
}

.job_review .card img{
    max-width:200px;
    display:block;
    object-fit:cover;
    object-position:center;
    margin-bottom:15px;
}

.job_review .card a{
    text-decoration:none;
}

.job_review .card .link{
    display: block;
    vertical-align: top;
    text-decoration: none;
    overflow: hidden;
    padding: 15px 20px;
    border-radius: 0;
    position: relative;
    font-family: "Bold";
    color:#fff;
    text-align:center;
    cursor: pointer;
    background: #c81010;
}

.job_review .card .name{
    font-family: "Bold";
    font-size:22px;
    margin-bottom:20px;
}

.job_review .card .desc{
    font-size:15px;
    line-height:22px;
}


@media (max-width:750px){
.job_review{
    grid-template-columns: repeat(1, 1fr);
}
}

/*.wrapper{
    width:auto;
}
*/
.smi_section{
    margin-top:50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

@media (max-width:750px){
.smi_section{
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width:550px){
.smi_section{
    grid-template-columns: repeat(1, 1fr);
}
}

.smi_section .recal{
    border:1px solid #f6f6f6;
    padding:10px;
    text-decoration:none;
    transition:0.3s;
    color:inherit;
}

.smi_section .recal:hover{
    opacity:0.7;
}

.smi_section .recal .image img{
    width:100%;
    display:block;
    height:250px;
    object-fit:cover;
    object-position:top;
}

.smi_section .recal .name{
    margin-top:10px;
    font-family: "Bold";
    font-size:22px;
    margin-bottom:15px;
}

.smi_section .recal .image{
    position:relative;
}


.outlip{
    position:absolute;
    left:10px;
    bottom:10px;
    max-width:90%;
    background: #154a7b;
    color:#fff;
    padding:7px 15px;
    border-radius:20px;
    font-size:14px;
}


























































































